Class: Quickfix::UnderlyingStreamCommoditySettlPeriodXID

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) ⇒ UnderlyingStreamCommoditySettlPeriodXID

Returns a new instance of UnderlyingStreamCommoditySettlPeriodXID.



56452
56453
56454
56455
56456
56457
56458
# File 'lib/quickfix_fields.rb', line 56452

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

Class Method Details

.fieldObject



56449
56450
56451
# File 'lib/quickfix_fields.rb', line 56449

def UnderlyingStreamCommoditySettlPeriodXID.field
  return 42014
end