Class: Quickfix::UnderlyingStreamCommoditySettlPeriodPriceCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodPriceCurrency

Returns a new instance of UnderlyingStreamCommoditySettlPeriodPriceCurrency.



56426
56427
56428
56429
56430
56431
56432
# File 'lib/quickfix_fields.rb', line 56426

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

Class Method Details

.fieldObject



56423
56424
56425
# File 'lib/quickfix_fields.rb', line 56423

def UnderlyingStreamCommoditySettlPeriodPriceCurrency.field
  return 42012
end