Class: Quickfix::LegStreamCommoditySettlMonth

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommoditySettlMonth

Returns a new instance of LegStreamCommoditySettlMonth.



51447
51448
51449
51450
51451
51452
51453
# File 'lib/quickfix_fields.rb', line 51447

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

Class Method Details

.fieldObject



51444
51445
51446
# File 'lib/quickfix_fields.rb', line 51444

def LegStreamCommoditySettlMonth.field
  return 41668
end