Class: Quickfix::UnderlyingSettlTermXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlTermXIDRef

Returns a new instance of UnderlyingSettlTermXIDRef.



26214
26215
26216
26217
26218
26219
26220
# File 'lib/quickfix_fields.rb', line 26214

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