Class: Quickfix::LegStreamCommodityCurrency

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommodityCurrency

Returns a new instance of LegStreamCommodityCurrency.



51291
51292
51293
51294
51295
51296
51297
# File 'lib/quickfix_fields.rb', line 51291

def initialize(data = nil)
  if( data == nil )
    super(41656)
  else
    super(41656, data)
  end
end