Class: Quickfix::UnderlyingSettlementType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlementType

Returns a new instance of UnderlyingSettlementType.



15619
15620
15621
15622
15623
15624
15625
# File 'lib/quickfix_fields.rb', line 15619

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

Class Method Details

.fieldObject



15616
15617
15618
# File 'lib/quickfix_fields.rb', line 15616

def UnderlyingSettlementType.field
  return 975
end