Class: Quickfix::LegStreamCommoditySettlDay

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

Returns a new instance of LegStreamCommoditySettlDay.



51616
51617
51618
51619
51620
51621
51622
# File 'lib/quickfix_fields.rb', line 51616

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

Class Method Details

.fieldObject



51613
51614
51615
# File 'lib/quickfix_fields.rb', line 51613

def LegStreamCommoditySettlDay.field
  return 41681
end