Class: Quickfix::UnderlyingSettlTermXIDRef

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



26211
26212
26213
# File 'lib/quickfix_fields.rb', line 26211

def UnderlyingSettlTermXIDRef.field
  return 41315
end