Class: Quickfix::StreamCommoditySettlFlowType

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

Returns a new instance of StreamCommoditySettlFlowType.



46026
46027
46028
46029
46030
46031
46032
# File 'lib/quickfix_fields.rb', line 46026

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

Class Method Details

.fieldObject



46023
46024
46025
# File 'lib/quickfix_fields.rb', line 46023

def StreamCommoditySettlFlowType.field
  return 41292
end