Class: Quickfix::CollAsgnID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollAsgnID

Returns a new instance of CollAsgnID.



7624
7625
7626
7627
7628
7629
7630
# File 'lib/quickfix_fields.rb', line 7624

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

Class Method Details

.fieldObject



7621
7622
7623
# File 'lib/quickfix_fields.rb', line 7621

def CollAsgnID.field
  return 902
end