Class: Quickfix::UnderlyingProtectionTermXIDRef

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

Returns a new instance of UnderlyingProtectionTermXIDRef.



26201
26202
26203
26204
26205
26206
26207
# File 'lib/quickfix_fields.rb', line 26201

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

Class Method Details

.fieldObject



26198
26199
26200
# File 'lib/quickfix_fields.rb', line 26198

def UnderlyingProtectionTermXIDRef.field
  return 41314
end